home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global choose
- set choose to random(7)
- if choose = 1 then
- puppetSound(3, 0)
- puppetSound(3, 269)
- end if
- if choose = 2 then
- puppetSound(3, 0)
- puppetSound(3, 270)
- end if
- if choose = 3 then
- puppetSound(3, 0)
- puppetSound(3, 268)
- end if
- if choose = 4 then
- puppetSound(3, 0)
- puppetSound(3, 271)
- end if
- if choose = 5 then
- puppetSound(3, 0)
- puppetSound(3, 266)
- end if
- if choose = 6 then
- puppetSound(3, 0)
- puppetSound(3, 267)
- end if
- if choose = 7 then
- puppetSound(3, 0)
- puppetSound(3, 265)
- end if
- end
-